home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 179 / MF_UK_179_1.iso / DiscContents / Software / Backup toolkit / VirtualLab Data Recovery 3.9.10 / VirtualLab / MacOS X 10.2+ / Uninstall.sh < prev   
Encoding:
Text File  |  2005-06-28  |  761 b   |  16 lines

  1. echo "You may have to enter an administrator's password to continue."
  2. sudo rm -rf /System/Library/Extensions/VLabKernelAdditions.kext/
  3. sudo rm -rf /System/Library/Extensions/VLabKernelAdditions4.kext/
  4. sudo rm -rf /Library/Application\ Support/VirtualLab/
  5.  
  6. if [ -d /System/Library/Extensions/VLabKernelAdditions.kext ]; then 
  7.     echo "VirtualLab uninstall failed.  Please check your password and try again."
  8. else
  9.     if [ -d /System/Library/Extensions/VLabKernelAdditions4.kext ]; then 
  10.         echo "VirtualLab uninstall failed.  Please check your password and try again."
  11.     else
  12.         echo "VirtualLab has been partially removed."
  13.         echo "To complete the uninstallation, drag the VirtualLab folder from inside the Applications folder to the Trash and empty the Trash."
  14.     fi
  15. fi
  16.